aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/not-found.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/groups/[groupId]/not-found.tsx')
-rw-r--r--src/app/groups/[groupId]/not-found.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/groups/[groupId]/not-found.tsx b/src/app/groups/[groupId]/not-found.tsx
deleted file mode 100644
index af3788b..0000000
--- a/src/app/groups/[groupId]/not-found.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-'use client'
-
-export default function NotFound() {
- return null
-}